Set device model when creating rfb console via XenAPI
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 11:06:26 +0000 (11:06 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 11:06:26 +0000 (11:06 +0000)
commit97ae3c020268b1208f6efa83e2eb156ba6ad2648
treef9cf150efae6b4a4cc41af604a64f6e9237bd4fa
parentd8cdbecc65dc8a90698de09502bf62e0468ae03f
Set device model when creating rfb console via XenAPI

When creating a rfb console via XenAPI the device model is not being
set to qemu-dm, resulting in no pvfb since qemu-dm is not launched
when domU is started.  This patch sets device model when a rfb console
is created via XenAPI.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/XendConfig.py